home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
tanhcoth.frm
< prev
next >
Wrap
Text File
|
1993-09-09
|
202b
|
23 lines
;Iterate! formula file
;by Brent Hugh
;parameter and window defaults
a=1
b=.5
c=1
d=.5
mu=0
xmin=-5
xmax=5
ymin=-5
ymax=5
x=a*tanh(b*y)
y=c*coth(d*x)